DataConnector | ComponentOne
C1.AdoNet.D365S Assembly / C1.DataConnector.AdoNet Namespace / DbCommandWrap<TInnerConnection,TInnerCommand,TInnerParameter> Class / ExecuteScalarAsync Method

In This Topic
    ExecuteScalarAsync Method (DbCommandWrap<TInnerConnection,TInnerCommand,TInnerParameter>)
    In This Topic
    An asynchronous version of ExecuteScalar, which executes the query and returns the first column of the first row in the result set returned by the query. All other columns and rows are ignored. Invokes ExecuteScalarAsync(CancellationToken) with System.Threading.CancellationToken.None.
    Overload List
    OverloadDescription
    An asynchronous version of ExecuteScalar, which executes the query and returns the first column of the first row in the result set returned by the query. All other columns and rows are ignored. Invokes ExecuteScalarAsync(CancellationToken) with System.Threading.CancellationToken.None.  
    (Inherited from System.Data.Common.DbCommand)
    See Also